home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / pig_latin / card_2872.txt < prev    next >
Text File  |  1990-11-08  |  1KB  |  78 lines

  1. -- card: 2872 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2739
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=261 top=160 right=238 bottom=379
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 7012 / 7012
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Pig Latin
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global word1,char1,word2
  23.   Ask "Type in a word for me to translate -1 word "
  24.   put it into word1
  25.   put char 1 of word1 into char1
  26.   delete char 1 of word1
  27.   put word1 & char1 & "ay" into word2
  28.   answer word2
  29.  
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 5 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=19 top=33 right=65 bottom=61
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: ?
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   play boing sc g e c f c5 a4 f a e5 c a4 g d5 b4 g c
  49.   visual effect dissolve to gray
  50.   visual effect dissolve
  51.   go to card id 3797
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part contents for card part 1
  57. ----- text -----
  58. Bird-irdbay
  59. Cat-atcay
  60. Dog-ogday
  61. frog-rogfray
  62. fish-ishfay
  63.  
  64.  
  65. -- part contents for background part 16
  66. ----- text -----
  67. Bird-irdbay
  68. Cat-atcay
  69. Dog-ogday
  70. frog-rogfray
  71. fish-ishfay
  72. Lion-ionlay
  73. -----------
  74. Macintosh-acintoshmay
  75. Computer-omputercay
  76. -----------
  77. For more words hit the pig latin button.....
  78. on